Class: Aws::Ivschat::Types::PendingVerification

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


839
840
841
842
843
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 839

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