Class: Aws::Glacier::Types::PolicyEnforcedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/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

Instance Attribute Details

#codeString

PolicyEnforcedException

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1891

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

#messageString

InitiateJob request denied by current data retrieval policy.

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1891

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

#typeString

Client

Returns:

  • (String)


1891
1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 1891

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