Class: Aws::CognitoSync::Types::ResourceNotFoundException

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

Overview

Thrown if the resource doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message returned by a ResourceNotFoundException.

Returns:

  • (String)


1007
1008
1009
1010
1011
# File 'lib/aws-sdk-cognitosync/types.rb', line 1007

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