Class: Aws::MarketplaceMetering::Types::InvalidEndpointRegionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidEndpointRegionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
The endpoint being called is in a AWS Region different from your EC2 instance, ECS task, or EKS pod. The Region of the Metering Service endpoint and the AWS Region of the resource must match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
158 159 160 161 162 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 158 class InvalidEndpointRegionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |