Class: Aws::Ivschat::Types::PendingVerification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::PendingVerification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
842 843 844 845 846 |
# File 'lib/aws-sdk-ivschat/types.rb', line 842 class PendingVerification < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |