Class: Aws::EMRServerless::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ValidationException
- Defined in:
- gems/aws-sdk-emrserverless/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
2034 2035 2036 2037 2038 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 2034 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |