Class: Aws::RecycleBin::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RecycleBin::Types::ValidationException
- Defined in:
- gems/aws-sdk-recyclebin/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
987 988 989 990 991 992 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 987 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
987 988 989 990 991 992 |
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 987 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |