Class: Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a precondition is not met.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when a precondition is not met.
Instance Attribute Details
#message ⇒ String
The message returned when a precondition is not met.
7049 7050 7051 7052 7053 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7049 class PreconditionNotMetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |