Class: Aws::Glacier::Types::NoLongerSupportedException

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

Overview

Returned if the request was made by a customer with no Amazon Glacier storage. The request is denied as the API is no longer supported for new customers. Please use Amazon S3 Glacier storage classes instead.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

400 Bad Request

Returns:

  • (String)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-glacier/types.rb', line 1847

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

#messageString

This API is no longer supported for new accounts. Please use Amazon S3 Glacier storage classes instead.

Returns:

  • (String)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-glacier/types.rb', line 1847

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

#typeString

Client

Returns:

  • (String)


1847
1848
1849
1850
1851
1852
1853
# File 'lib/aws-sdk-glacier/types.rb', line 1847

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