Class: Aws::CloudControlApi::Types::RequestTokenNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::RequestTokenNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
A resource operation with the specified request token can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
816 817 818 819 820 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 816 class RequestTokenNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |