Class: Aws::EBS::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EBS::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ebs/types.rb
Overview
The input fails to satisfy the constraints of the EBS direct APIs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation exception.
Instance Attribute Details
#message ⇒ String
802 803 804 805 806 807 |
# File 'lib/aws-sdk-ebs/types.rb', line 802 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
802 803 804 805 806 807 |
# File 'lib/aws-sdk-ebs/types.rb', line 802 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |