Class: Aws::Glacier::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Glacier::Errors::ServiceUnavailableException
- Defined in:
- sig/errors.rbs,
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.
251 252 253 |
# File 'lib/aws-sdk-glacier/errors.rb', line 251 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
261 |
# File 'lib/aws-sdk-glacier/errors.rb', line 261
def code: () -> ::String
|
#message ⇒ String
266 |
# File 'lib/aws-sdk-glacier/errors.rb', line 266
def message: () -> ::String
|
#type ⇒ String
256 |
# File 'lib/aws-sdk-glacier/errors.rb', line 256
def type: () -> ::String
|