Class: Aws::Glacier::Types::PolicyEnforcedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::PolicyEnforcedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Returned if a retrieval job would exceed the current data policy’s retrieval rate limit. For more information about data retrieval policies,
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
PolicyEnforcedException.
-
#message ⇒ String
InitiateJob request denied by current data retrieval policy.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
PolicyEnforcedException
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-glacier/types.rb', line 1891 class PolicyEnforcedException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
InitiateJob request denied by current data retrieval policy.
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-glacier/types.rb', line 1891 class PolicyEnforcedException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Client
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-glacier/types.rb', line 1891 class PolicyEnforcedException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |