Class: Aws::IAM::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The request was rejected because an invalid or out-of-range value was supplied for an input parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4773
4774
4775
4776
# File 'lib/aws-sdk-iam/types.rb', line 4773

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