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

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 scope doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9747
9748
9749
9750
9751
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9747

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