Class: Aws::Glacier::Errors::LimitExceededException

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

Returns a new instance of LimitExceededException.

Parameters:



101
102
103
# File 'lib/aws-sdk-glacier/errors.rb', line 101

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

Instance Method Details

#codeString

Returns:

  • (String)


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

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String