Class: Aws::CognitoSync::Types::InvalidConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::InvalidConfigurationException
- Defined in:
- gems/aws-sdk-cognitosync/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 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 559 class InvalidConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |