Class: Aws::Translate::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The resource you are looking for has not been found. Review the resource you’re looking for and see if a different resource will accomplish your needs before retrying the revised request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1041 1042 1043 1044 1045 |
# File 'lib/aws-sdk-translate/types.rb', line 1041 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |