Class: Aws::IVS::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/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.
2605 2606 2607 2608 2609 |
# File 'lib/aws-sdk-ivs/types.rb', line 2605 class ValidationException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |