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

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


4620
4621
4622
4623
4624
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4620

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