Class: Aws::Glacier::Errors::NoLongerSupportedException

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) ⇒ NoLongerSupportedException

Returns a new instance of NoLongerSupportedException.

Parameters:



151
152
153
# File 'lib/aws-sdk-glacier/errors.rb', line 151

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

Instance Method Details

#codeString

Returns:

  • (String)


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

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String