Class: Aws::FSx::Types::InvalidRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::InvalidRequest
- Defined in:
- gems/aws-sdk-fsx/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.
6715 6716 6717 6718 6719 6720 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6715 class InvalidRequest < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
6715 6716 6717 6718 6719 6720 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6715 class InvalidRequest < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |