Class: Aws::IVS::Types::PendingVerification

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Your account is pending verification.

Returns:

  • (String)


1344
1345
1346
1347
1348
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1344

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