Class: Aws::EKS::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
A service resource associated with the request could not be found. Clients should not retry such requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A service resource associated with the request could not be found.
Instance Attribute Details
#message ⇒ String
A service resource associated with the request could not be found. Clients should not retry such requests.
5098 5099 5100 5101 5102 |
# File 'lib/aws-sdk-eks/types.rb', line 5098 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |