Class: Aws::AccessAnalyzer::Types::JobError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Contains the details about the policy generation error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The job error code.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2391

class JobError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Specific information about the error. For example, which service quota was exceeded or which resource was not found.

Returns:

  • (String)


2391
2392
2393
2394
2395
2396
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2391

class JobError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end