Class: Aws::IAM::Types::InvalidUserTypeException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4799
4800
4801
4802
# File 'lib/aws-sdk-iam/types.rb', line 4799

class InvalidUserTypeException < Struct.new(
  :message)
  include Aws::Structure
end