Class: Aws::IAM::Errors::PolicyNotAttachableException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PolicyNotAttachableException.

Parameters:



400
401
402
# File 'lib/aws-sdk-iam/errors.rb', line 400

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

Instance Method Details

#messageString

Returns:

  • (String)


405
406
407
# File 'lib/aws-sdk-iam/errors.rb', line 405

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