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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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

#messageString

Returns:

  • (String)


4648
4649
4650
4651
4652
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4648

class InvalidUserTypeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end