Class: Aws::Account::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The operation failed because it specified a resource that is not currently available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_type ⇒ String
The value populated to the ‘x-amzn-ErrorType` response header by API Gateway.
- #message ⇒ String
Instance Attribute Details
#error_type ⇒ String
The value populated to the ‘x-amzn-ErrorType` response header by API Gateway.
1093 1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-account/types.rb', line 1093 class ResourceUnavailableException < Struct.new( :message, :error_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1093 1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-account/types.rb', line 1093 class ResourceUnavailableException < Struct.new( :message, :error_type) SENSITIVE = [] include Aws::Structure end |