Class: Aws::IAM::Errors::ServiceNotSupportedException

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) ⇒ ServiceNotSupportedException

Returns a new instance of ServiceNotSupportedException.

Parameters:



445
446
447
# File 'lib/aws-sdk-iam/errors.rb', line 445

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

Instance Method Details

#messageString

Returns:

  • (String)


450
451
452
# File 'lib/aws-sdk-iam/errors.rb', line 450

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