enum
Amazonite::CloudFormation::HandlerErrorCode
Defined in:
cloudformation/handler_error_code.crEnum Members
-
NotUpdatable =
0 -
InvalidRequest =
1 -
AccessDenied =
2 -
InvalidCredentials =
3 -
AlreadyExists =
4 -
NotFound =
5 -
ResourceConflict =
6 -
Throttling =
7 -
ServiceLimitExceeded =
8 -
NotStabilized =
9 -
GeneralServiceException =
10 -
ServiceInternalError =
11 -
NetworkFailure =
12 -
InternalFailure =
13 -
InvalidTypeConfiguration =
14 -
HandlerInternalFailure =
15 -
NonCompliant =
16 -
Unknown =
17 -
UnsupportedTarget =
18
Class Method Summary
- .from_json(pull : JSON::PullParser) : ACF::HandlerErrorCode
- .from_json_object_key?(key : String) : ACF::HandlerErrorCode | Nil
- .to_json(e : HandlerErrorCode, json : JSON::Builder) : Nil
Instance Method Summary
-
#access_denied?
Returns
trueif this enum value equalsAccessDenied -
#already_exists?
Returns
trueif this enum value equalsAlreadyExists -
#general_service_exception?
Returns
trueif this enum value equalsGeneralServiceException -
#handler_internal_failure?
Returns
trueif this enum value equalsHandlerInternalFailure -
#internal_failure?
Returns
trueif this enum value equalsInternalFailure -
#invalid_credentials?
Returns
trueif this enum value equalsInvalidCredentials -
#invalid_request?
Returns
trueif this enum value equalsInvalidRequest -
#invalid_type_configuration?
Returns
trueif this enum value equalsInvalidTypeConfiguration -
#network_failure?
Returns
trueif this enum value equalsNetworkFailure -
#non_compliant?
Returns
trueif this enum value equalsNonCompliant -
#not_found?
Returns
trueif this enum value equalsNotFound -
#not_stabilized?
Returns
trueif this enum value equalsNotStabilized -
#not_updatable?
Returns
trueif this enum value equalsNotUpdatable -
#resource_conflict?
Returns
trueif this enum value equalsResourceConflict -
#service_internal_error?
Returns
trueif this enum value equalsServiceInternalError -
#service_limit_exceeded?
Returns
trueif this enum value equalsServiceLimitExceeded -
#throttling?
Returns
trueif this enum value equalsThrottling - #to_json_object_key : String
-
#unknown?
Returns
trueif this enum value equalsUnknown -
#unsupported_target?
Returns
trueif this enum value equalsUnsupportedTarget