Class: Aws::MediaPackageV2::Types::ValidationException

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

Instance Attribute Details

#messageString

Returns:

  • (String)


2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2723

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

#validation_exception_typeString

The type of ValidationException.

Returns:

  • (String)


2723
2724
2725
2726
2727
2728
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2723

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