Class: Aws::SNS::Types::InvalidParameterException

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

Returns:

  • (String)


1024
1025
1026
1027
1028
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1024

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