Class: Aws::EKS::Types::ResourcePropagationDelayException

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

Overview

Required resources (such as service-linked roles) were created and are still propagating. Retry later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Required resources (such as service-linked roles) were created and are still propagating. Retry later.

Returns:

  • (String)


5577
5578
5579
5580
5581
# File 'lib/aws-sdk-eks/types.rb', line 5577

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