Class: Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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.
9170 9171 9172 9173 9174 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9170 class PreconditionNotMetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |