Class: Aws::Glacier::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Glacier::Errors::ServiceUnavailableException
- Defined in:
- lib/aws-sdk-glacier/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
constructor
A new instance of ServiceUnavailableException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
225 226 227 |
# File 'lib/aws-sdk-glacier/errors.rb', line 225 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
235 236 237 |
# File 'lib/aws-sdk-glacier/errors.rb', line 235 def code @code || @data[:code] end |
#message ⇒ String
240 241 242 |
# File 'lib/aws-sdk-glacier/errors.rb', line 240 def @message || @data[:message] end |
#type ⇒ String
230 231 232 |
# File 'lib/aws-sdk-glacier/errors.rb', line 230 def type @data[:type] end |