Class: Aws::CognitoSync::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Thrown when a request parameter does not comply with the associated constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by InvalidParameterException.
Instance Attribute Details
#message ⇒ String
Message returned by InvalidParameterException.
589 590 591 592 593 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 589 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |