Class: Aws::Support::Types::CaseIdNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::CaseIdNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The requested ‘caseId` couldn’t be located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The requested ‘CaseId` could not be located.
Instance Attribute Details
#message ⇒ String
The requested ‘CaseId` could not be located.
413 414 415 416 417 |
# File 'lib/aws-sdk-support/types.rb', line 413 class CaseIdNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |