Class: Aws::MediaPackageV2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
The input failed to meet the constraints specified by the AWS service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#validation_exception_type ⇒ String
The type of ValidationException.
Instance Attribute Details
#message ⇒ String
3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3609 class ValidationException < Struct.new( :message, :validation_exception_type) SENSITIVE = [] include Aws::Structure end |
#validation_exception_type ⇒ String
The type of ValidationException.
3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3609 class ValidationException < Struct.new( :message, :validation_exception_type) SENSITIVE = [] include Aws::Structure end |