Class: Aws::CognitoSync::Types::InvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::InvalidConfigurationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by InvalidConfigurationException.
Instance Attribute Details
#message ⇒ String
Message returned by InvalidConfigurationException.
559 560 561 562 563 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 559 class InvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |