Class: Aws::IVS::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ValidationException
- Defined in:
- gems/aws-sdk-ivs/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.
1801 1802 1803 1804 1805 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1801 class ValidationException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |