Class: Aws::Translate::Types::LimitExceededException

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

Overview

The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


643
644
645
646
647
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 643

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