Class: Aws::AccessAnalyzer::Types::JobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::JobError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains the details about the policy generation error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The job error code.
-
#message ⇒ String
Specific information about the error.
Instance Attribute Details
#code ⇒ String
The job error code.
2391 2392 2393 2394 2395 2396 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2391 class JobError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Specific information about the error. For example, which service quota was exceeded or which resource was not found.
2391 2392 2393 2394 2395 2396 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 2391 class JobError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |