Class: Aws::Glacier::Types::LimitExceededException

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

Overview

Returned if the request results in a vault or account limit being exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

400 Bad Request

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
1470
# File 'lib/aws-sdk-glacier/types.rb', line 1464

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

#messageString

Returned if the request results in a vault limit or tags limit being exceeded.

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
1470
# File 'lib/aws-sdk-glacier/types.rb', line 1464

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

#typeString

Client

Returns:

  • (String)


1464
1465
1466
1467
1468
1469
1470
# File 'lib/aws-sdk-glacier/types.rb', line 1464

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