Class: Aws::Glacier::Types::InsufficientCapacityException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
1250
# File 'lib/aws-sdk-glacier/types.rb', line 1244

class InsufficientCapacityException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
1250
# File 'lib/aws-sdk-glacier/types.rb', line 1244

class InsufficientCapacityException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


1244
1245
1246
1247
1248
1249
1250
# File 'lib/aws-sdk-glacier/types.rb', line 1244

class InsufficientCapacityException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end