Class: Aws::CognitoIdentityProvider::Types::InvalidParameterException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the Amazon Cognito service encounters an invalid parameter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the Amazon Cognito service throws an invalid parameter exception.

Returns:

  • (String)


5755
5756
5757
5758
5759
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5755

class InvalidParameterException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end