Class: Aws::NimbleStudio::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
One of the parameters in the request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
3971 3972 3973 3974 3975 3976 3977 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3971 class ValidationException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
3971 3972 3973 3974 3975 3976 3977 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3971 class ValidationException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
3971 3972 3973 3974 3975 3976 3977 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3971 class ValidationException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |