Class: Aws::Backup::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- 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
5829 5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-backup/types.rb', line 5829 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
5829 5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-backup/types.rb', line 5829 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5829 5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-backup/types.rb', line 5829 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5829 5830 5831 5832 5833 5834 5835 5836 |
# File 'lib/aws-sdk-backup/types.rb', line 5829 class LimitExceededException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |