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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4617
4618
4619
4620
4621
# File 'lib/aws-sdk-iam/types.rb', line 4617

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