Class: Aws::IVSRealTime::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ValidationException
- Defined in:
- gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_message ⇒ String
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Instance Attribute Details
#exception_message ⇒ String
The input fails to satisfy the constraints specified by an Amazon Web Services service.
2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 2744 class ValidationException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |