Method: Aws::SNS::Types::VerificationException#message

Defined in:
lib/aws-sdk-sns/types.rb

#messageString

Returns:

  • (String)


3258
3259
3260
3261
3262
3263
# File 'lib/aws-sdk-sns/types.rb', line 3258

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