# Functions
AWSError returns the type conversion for the supplied error to an aws-sdk-go Error interface.
AWSRequestFailure returns the type conversion for the supplied error to an aws-sdk-go RequestFailure interface.
HTTPStatusCode returns the HTTP status code from the supplied error by introspecting the error to see if it's an awserr.RequestFailure interface and if so, calling StatusCode() on that type-converted RequestFailure.
# Variables
AdoptedResourceNotFound is like NotFound but provides the caller with information that the resource being checked for existence was previously-created out of band from ACK.
NilResourceManagerFactory is returned when a resource manager factory that has not been properly initialized is bound to a controller manager.
NotFound is returned when an expected resource was not found.
NotImplemented is returned when a code path isn't implemented yet.
TemporaryOutOfSync is to indicate the error isn't really an error but more of a marker that the status check will be performed after some wait time.
Terminal is returned with resource is in Terminal Condition.