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.
2020 2021 2022 2023 2024 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2020 class PendingVerification < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |