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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_typeString

The type of ValidationException.

Returns:

  • (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