Class: Aws::S3Files::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Files::Types::ValidationException
- Defined in:
- gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb
Overview
The input parameters are not valid. Check the parameter values and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the exception.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the exception.
1546 1547 1548 1549 1550 1551 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1546 class ValidationException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1546 1547 1548 1549 1550 1551 |
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 1546 class ValidationException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |