Class: Aws::IVSRealTime::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Returns:

  • (String)


2816
2817
2818
2819
2820
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 2816

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