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:

  • (defaults to: Aws::EmptyStructure.new)


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:



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

def code: () -> ::String

#messageString

Returns:



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

def message: () -> ::String

#typeString

Returns:



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

def type: () -> ::String