Class: Aws::Glacier::Errors::PolicyEnforcedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-glacier/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PolicyEnforcedException

Returns a new instance of PolicyEnforcedException.

Parameters:

[View source]

150
151
152
# File 'lib/aws-sdk-glacier/errors.rb', line 150

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)
[View source]

160
161
162
# File 'lib/aws-sdk-glacier/errors.rb', line 160

def code
  @code || @data[:code]
end

#messageString

Returns:

  • (String)
[View source]

165
166
167
# File 'lib/aws-sdk-glacier/errors.rb', line 165

def message
  @message || @data[:message]
end

#typeString

Returns:

  • (String)
[View source]

155
156
157
# File 'lib/aws-sdk-glacier/errors.rb', line 155

def type
  @data[:type]
end