Class: Aws::IVSRealTime::Types::PendingVerification
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::PendingVerification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
Your account is pending verification.
Instance Attribute Details
#exception_message ⇒ String
Your account is pending verification.
2085 2086 2087 2088 2089 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2085 class PendingVerification < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |