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.
6941 6942 6943 6944 6945 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6941 class PreconditionNotMetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |