Class: Aws::RecycleBin::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-recyclebin/types.rb
Overview
One or more of the parameters in the request is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
911 912 913 914 915 916 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 911 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
911 912 913 914 915 916 |
# File 'lib/aws-sdk-recyclebin/types.rb', line 911 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |