Class: Aws::Backup::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
4956 4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4956 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
4956 4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4956 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4956 4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4956 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4956 4957 4958 4959 4960 4961 4962 4963 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4956 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |