Class: Aws::EKS::Types::ResourcePropagationDelayException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ResourcePropagationDelayException
- 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
-
#message ⇒ String
Required resources (such as service-linked roles) were created and are still propagating.
Instance Attribute Details
#message ⇒ String
Required resources (such as service-linked roles) were created and are still propagating. Retry later.
5534 5535 5536 5537 5538 |
# File 'lib/aws-sdk-eks/types.rb', line 5534 class ResourcePropagationDelayException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |