Method: Aws::EKS::Types::FargateProfileIssue#code

Defined in:
lib/aws-sdk-eks/types.rb

#codeString

A brief description of the error.

Returns:

  • (String)


3272
3273
3274
3275
3276
3277
3278
# File 'lib/aws-sdk-eks/types.rb', line 3272

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