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.
4923 4924 4925 4926 4927 |
# File 'lib/aws-sdk-eks/types.rb', line 4923 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |