Class: Aws::VoiceID::Types::ResourceNotFoundException

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

Overview

The specified resource cannot be found. Check the ‘ResourceType` and error message for more details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
# File 'lib/aws-sdk-voiceid/types.rb', line 1635

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

#resource_typeString

The type of resource which cannot not be found. Possible types are ‘BATCH_JOB`, `COMPLIANCE_CONSENT`, `DOMAIN`, `FRAUDSTER`, `SESSION` and `SPEAKER`.

Returns:

  • (String)


1635
1636
1637
1638
1639
1640
# File 'lib/aws-sdk-voiceid/types.rb', line 1635

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