Class: Aws::RTBFabric::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

The request could not be completed because it fails satisfy the constraints specified by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2093
2094
2095
2096
2097
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2093

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