Class: Aws::CodeCatalyst::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
The request was denied because an input failed to satisfy the constraints specified by the service. Check the spelling and input requirements, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2939 2940 2941 2942 2943 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2939 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |