Class: Aws::SocialMessaging::Types::InvalidParametersException

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

Overview

One or more parameters provided to the action are not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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