Class: Aws::EKSAuth::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKSAuth::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eksauth/types.rb
Overview
The specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
253 254 255 256 257 |
# File 'lib/aws-sdk-eksauth/types.rb', line 253 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |