Class: Aws::Glacier::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glacier::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
100 101 102 |
# File 'lib/aws-sdk-glacier/errors.rb', line 100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
110 111 112 |
# File 'lib/aws-sdk-glacier/errors.rb', line 110 def code @code || @data[:code] end |
#message ⇒ String
115 116 117 |
# File 'lib/aws-sdk-glacier/errors.rb', line 115 def @message || @data[:message] end |
#type ⇒ String
105 106 107 |
# File 'lib/aws-sdk-glacier/errors.rb', line 105 def type @data[:type] end |