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
5725 5726 5727 5728 5729 |
# File 'lib/aws-sdk-iam/types.rb', line 5725 class InvalidUserTypeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |