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)


6227
6228
6229
6230
6231
# File 'lib/aws-sdk-eks/types.rb', line 6227

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