Class: Aws::Lambda::Types::NoPublishedVersionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::NoPublishedVersionException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The function has no published versions available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
6906 6907 6908 6909 6910 6911 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6906 class NoPublishedVersionException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
6906 6907 6908 6909 6910 6911 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6906 class NoPublishedVersionException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |