Class: Aws::ServiceQuotas::Types::IllegalArgumentException

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

Overview

Invalid input was provided.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


297
298
299
300
301
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 297

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