Class: Aws::Glacier::Errors::InsufficientCapacityException

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

Returns a new instance of InsufficientCapacityException.

Parameters:



51
52
53
# File 'lib/aws-sdk-glacier/errors.rb', line 51

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

Instance Method Details

#codeString

Returns:

  • (String)


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

def code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#typeString

Returns:

  • (String)


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

def type: () -> ::String