Class: Aws::Translate::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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