Class: Aws::IAM::Types::InvalidUserTypeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidUserTypeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the type of user for the transaction was incorrect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4645 4646 4647 4648 4649 |
# File 'lib/aws-sdk-iam/types.rb', line 4645 class InvalidUserTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |