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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3015

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

#messageString

The error message associated with the issue.

Returns:

  • (String)


3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3015

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>)


3015
3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3015

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