Class: Aws::IAM::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidInputException
- 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
#message ⇒ String
4773 4774 4775 4776 |
# File 'lib/aws-sdk-iam/types.rb', line 4773 class InvalidInputException < Struct.new( :message) include Aws::Structure end |