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

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



150
151
152
# File 'gems/aws-sdk-glacier/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)


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

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

#messageString

Returns:

  • (String)


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

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

#typeString

Returns:

  • (String)


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

def type
  @data[:type]
end