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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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)


2704
2705
2706
2707
2708
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2704

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