Class: Aws::CognitoIdentityProvider::Types::UnsupportedIdentityProviderException

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

Overview

This exception is thrown when the specified identifier isn't supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8359
8360
8361
8362
8363
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8359

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