Class: Aws::Translate::Types::InvalidParameterValueException

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

Overview

The value of the parameter is not valid. Review the value of the parameter you are using to correct it, and then retry your operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


569
570
571
572
573
# File 'lib/aws-sdk-translate/types.rb', line 569

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