Class: Aws::RTBFabric::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::ValidationException
- 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
#message ⇒ 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 |