Class: Aws::Glacier::Types::InsufficientCapacityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::InsufficientCapacityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1244 1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-glacier/types.rb', line 1244 class InsufficientCapacityException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1244 1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-glacier/types.rb', line 1244 class InsufficientCapacityException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1244 1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-glacier/types.rb', line 1244 class InsufficientCapacityException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |