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

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


5357
5358
5359
5360
5361
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5357

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