Class: Aws::SNS::Types::InvalidParameterValueException

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

Overview

Indicates that a request parameter does not comply with the associated constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The parameter of an entry in a request doesn't abide by the specification.

Returns:

  • (String)


1040
1041
1042
1043
1044
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1040

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