Class: Aws::DLM::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DLM::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dlm/types.rb
Overview
The request failed because a limit was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#resource_type ⇒ String
Value is the type of resource for which a limit was exceeded.
Instance Attribute Details
#code ⇒ String
946 947 948 949 950 951 952 |
# File 'lib/aws-sdk-dlm/types.rb', line 946 class LimitExceededException < Struct.new( :message, :code, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
946 947 948 949 950 951 952 |
# File 'lib/aws-sdk-dlm/types.rb', line 946 class LimitExceededException < Struct.new( :message, :code, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Value is the type of resource for which a limit was exceeded.
946 947 948 949 950 951 952 |
# File 'lib/aws-sdk-dlm/types.rb', line 946 class LimitExceededException < Struct.new( :message, :code, :resource_type) SENSITIVE = [] include Aws::Structure end |