Class: Aws::IAM::Errors::ServiceNotSupportedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IAM::Errors::ServiceNotSupportedException
- Defined in:
- lib/aws-sdk-iam/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceNotSupportedException
constructor
A new instance of ServiceNotSupportedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceNotSupportedException
Returns a new instance of ServiceNotSupportedException.
429 430 431 |
# File 'lib/aws-sdk-iam/errors.rb', line 429 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
434 435 436 |
# File 'lib/aws-sdk-iam/errors.rb', line 434 def @message || @data[:message] end |