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

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

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:



580
581
582
# File 'lib/aws-sdk-iam/errors.rb', line 580

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

Instance Method Details

#messageString

Returns:

  • (String)


585
# File 'lib/aws-sdk-iam/errors.rb', line 585

def message: () -> ::String