Class: Aws::IAM::Errors::InvalidUserTypeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IAM::Errors::InvalidUserTypeException
- Defined in:
- lib/aws-sdk-iam/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidUserTypeException
constructor
A new instance of InvalidUserTypeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidUserTypeException
Returns a new instance of InvalidUserTypeException.
264 265 266 |
# File 'lib/aws-sdk-iam/errors.rb', line 264 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
269 270 271 |
# File 'lib/aws-sdk-iam/errors.rb', line 269 def @message || @data[:message] end |