Class: Aws::CognitoIdentityProvider::Types::ScopeDoesNotExistException

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

Overview

This exception is thrown when the specified scope doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7541
7542
7543
7544
7545
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7541

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