Class: Aws::IVS::Types::PendingVerification
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::PendingVerification
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/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.
1051 1052 1053 1054 1055 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1051 class PendingVerification < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |