Class: Aws::Glacier::Types::NoLongerSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::NoLongerSupportedException
- 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
-
#code ⇒ String
400 Bad Request.
-
#message ⇒ String
This API is no longer supported for new accounts.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
400 Bad Request
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 |
#message ⇒ String
This API is no longer supported for new accounts. Please use Amazon S3 Glacier storage classes instead.
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 |
#type ⇒ String
Client
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 |