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)


2225
2226
2227
2228
2229
2230
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2225

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)


2225
2226
2227
2228
2229
2230
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 2225

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