Class: Aws::EKS::Types::FargateProfileIssue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

An issue that is associated with the Fargate profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A brief description of the error.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-eks/types.rb', line 3245

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

#messageString

The error message associated with the issue.

Returns:

  • (String)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-eks/types.rb', line 3245

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

#resource_idsArray<String>

The Amazon Web Services resources that are affected by this issue.

Returns:

  • (Array<String>)


3245
3246
3247
3248
3249
3250
3251
# File 'lib/aws-sdk-eks/types.rb', line 3245

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