Class: Aws::SNS::Types::UserErrorException

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)


3069
3070
3071
3072
3073
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3069

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