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.
500 501 502 |
# File 'lib/aws-sdk-iam/errors.rb', line 500 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
505 506 507 |
# File 'lib/aws-sdk-iam/errors.rb', line 505 def @message || @data[:message] end |