Class: Aws::ResourceGroups::Types::QueryError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::QueryError
- Defined in:
- gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb
Overview
A two-part error structure that can occur in ListGroupResources
or
SearchResources
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Specifies the error code that was raised.
-
#message ⇒ String
A message that explains the
ErrorCode
.
Instance Attribute Details
#error_code ⇒ String
Specifies the error code that was raised.
1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1323 class QueryError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that explains the ErrorCode
.
1323 1324 1325 1326 1327 1328 |
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 1323 class QueryError < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |