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)


7544
7545
7546
7547
7548
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7544

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