Class: Aws::Glacier::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Returned if the request results in a vault or account limit being exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
400 Bad Request.
-
#message ⇒ String
Returned if the request results in a vault limit or tags limit being exceeded.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
400 Bad Request
1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-glacier/types.rb', line 1464 class LimitExceededException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returned if the request results in a vault limit or tags limit being exceeded.
1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-glacier/types.rb', line 1464 class LimitExceededException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Client
1464 1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-glacier/types.rb', line 1464 class LimitExceededException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |