Class: Aws::Glacier::Errors::InsufficientCapacityException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glacier::Errors::InsufficientCapacityException
- Defined in:
- lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientCapacityException
constructor
A new instance of InsufficientCapacityException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientCapacityException
Returns a new instance of InsufficientCapacityException.
50 51 52 |
# File 'lib/aws-sdk-glacier/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
60 61 62 |
# File 'lib/aws-sdk-glacier/errors.rb', line 60 def code @code || @data[:code] end |
#message ⇒ String
65 66 67 |
# File 'lib/aws-sdk-glacier/errors.rb', line 65 def @message || @data[:message] end |
#type ⇒ String
55 56 57 |
# File 'lib/aws-sdk-glacier/errors.rb', line 55 def type @data[:type] end |