Class: Aws::EMRServerless::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1881 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |