Class: Aws::FSx::Types::InvalidRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The action or operation requested is invalid. Verify that the action is typed correctly.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code indicating that the action or operation requested is invalid.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#error_code ⇒ String
An error code indicating that the action or operation requested is invalid.
6762 6763 6764 6765 6766 6767 |
# File 'lib/aws-sdk-fsx/types.rb', line 6762 class InvalidRequest < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
6762 6763 6764 6765 6766 6767 |
# File 'lib/aws-sdk-fsx/types.rb', line 6762 class InvalidRequest < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |