Class: Aws::VoiceID::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::VoiceID::Types::ResourceNotFoundException
 
- 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
- #message ⇒ String
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource which cannot not be found. 
Instance Attribute Details
#message ⇒ 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_type ⇒ String
The type of resource which cannot not be found. Possible types are ‘BATCH_JOB`, `COMPLIANCE_CONSENT`, `DOMAIN`, `FRAUDSTER`, `SESSION` and `SPEAKER`.
| 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 |