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

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

Overview

Deprecated.

This error class is not used during parsing. Please use ‘PolicyNotAttachable` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PolicyNotAttachableException.

Parameters:



520
521
522
# File 'lib/aws-sdk-iam/errors.rb', line 520

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

Instance Method Details

#messageString

Returns:

  • (String)


525
526
527
# File 'lib/aws-sdk-iam/errors.rb', line 525

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