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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/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 'gems/aws-sdk-glacier/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 'gems/aws-sdk-glacier/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 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1464

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