Class: Aws::Glacier::Errors::ServiceUnavailableException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-glacier/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException

Returns a new instance of ServiceUnavailableException.

Parameters:



251
252
253
# File 'lib/aws-sdk-glacier/errors.rb', line 251

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


261
# File 'lib/aws-sdk-glacier/errors.rb', line 261

def code: () -> ::String

#messageString

Returns:

  • (String)


266
# File 'lib/aws-sdk-glacier/errors.rb', line 266

def message: () -> ::String

#typeString

Returns:

  • (String)


256
# File 'lib/aws-sdk-glacier/errors.rb', line 256

def type: () -> ::String