Class: Aws::IAM::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidInputException
- 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
#message ⇒ String
4761 4762 4763 4764 4765 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4761 class InvalidInputException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |